home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00844.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  468 b   |  23 lines

  1. on mayhem
  2.   global chaos
  3.   set chaos to random(6)
  4.   if chaos = 1 then
  5.     set the movieRate of sprite 21 to 1
  6.   end if
  7.   if chaos = 2 then
  8.     set the movieRate of sprite 24 to 1
  9.   end if
  10.   if chaos = 3 then
  11.     set the movieRate of sprite 27 to 1
  12.   end if
  13.   if chaos = 4 then
  14.     set the movieRate of sprite 26 to 1
  15.   end if
  16.   if chaos = 5 then
  17.     set the movieRate of sprite 29 to 1
  18.   end if
  19.   if chaos = 6 then
  20.     set the movieRate of sprite 28 to 1
  21.   end if
  22. end
  23.